home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / Demo Software / Trapeze / Trapeze Help / Trapeze Help.rsrc / HELP_2112_reshape < prev    next >
Text File  |  1989-03-06  |  401b  |  6 lines

  1. reshape ( block, rows, columns, default* )
  2. change block shape
  3.  
  4. block—the block to be reshaped; rows—the number of rows in the resulting block; columns—the number of columns in the resulting block; default—value to be filled in if result is larger than block.
  5.  
  6. reshape creates a block containing the values of block, reorganized by going down successive columns, which has dimensions rows by columns.